img{max-width:100%;}
.advantage {
  background: #f2f2f2;
  padding: 70px 0; }
  .advantage .container .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .advantage .container .content ul li {
      margin: 0 10px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .advantage .container .content ul li:hover .radio {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg); }
        .advantage .container .content ul li:hover .radio .img img:nth-of-type(1) {
          display: none; }
        .advantage .container .content ul li:hover .radio .img img:nth-of-type(2) {
          display: block; }
        .advantage .container .content ul li:hover .radio .img .text {
          color: #000; }
      .advantage .container .content ul li a {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: block; }
        .advantage .container .content ul li a .bg {
          background-color: rgba(0, 0, 0, 0.4);
          padding: 35px 0;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
        .advantage .container .content ul li a .radio {
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          background: #f5b300;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 50%;
          width: 140px;
          height: 140px; }
          .advantage .container .content ul li a .radio .img img {
            display: block;
            margin: 0 auto; }
            .advantage .container .content ul li a .radio .img img:nth-of-type(1) {
              display: block; }
            .advantage .container .content ul li a .radio .img img:nth-of-type(2) {
              display: none; }
          .advantage .container .content ul li a .radio .img .text {
            margin-top: 7px;
            font-size: 16px;
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
            font-weight: bold;
            color: #fff; }

@media (max-width: 991px) {
  .advantage .container .content ul li a .radio {
    width: 120px;
    height: 120px; } }

@media (max-width: 767px) {
  .advantage .container .content ul {
    display: block; }
  .advantage .container .content ul li {
    width: 50%;
    float: left;
    margin: 0; }
    .advantage .container .content ul li a {
      margin: 10px 10px; }
  .advantage {
    padding: 35px 0; } }

@media (max-width: 575px) {
  .advantage .container .content ul li a .bg {
    padding: 25px 0; }
  .advantage {
    padding: 20px 0; } }

@media (max-width: 475px) {
  .advantage .container .content ul li a .radio {
    width: 100px;
    height: 100px; }
  .advantage .container .content ul li a .radio .img img {
    max-width: 28px; }
  .advantage .container .content ul li a .radio .img .text {
    font-size: 14px; } }

@media (max-width: 320px) {
  .advantage .container .content ul li a .radio {
    width: 80px;
    height: 80px; }
  .advantage .container .content ul li a .radio .img img {
    max-width: 25px; } }

@charset "UTF-8";
.advertising {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
  padding: 60px 0;
	
}
  .advertising.active {
    padding-top: 0;
    padding-bottom: 0;
    height: auto !important; }
  .advertising .content {
    width: 693px;
    height: 206px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url(../images/4af05f7380427b840fe45758ab99ccd1.png) center center no-repeat;
    background-size: cover; }
  .advertising .container {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center; }
    .advertising .container .tit1 {
      font-size: 28px;
      font-family: '楷体';
      color: #333333;
      padding-top: 35px; }
    .advertising .container .tit2 {
      font-size: 18px;
      color: #333333;
      font-family: 'Arial';
      margin-bottom: 10px; }
    .advertising .container .x {
      height: 15px;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .advertising .container .x span {
        padding: 3px;
        background: #fcc800;
        display: inline-block;
        position: relative;
        z-index: 2; }
      .advertising .container .x i {
        margin: 0 auto;
        display: block;
        border: 1px solid #333333;
        width: 11px;
        border-radius: 50%;
        height: 11px; }
      .advertising .container .x::after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        width: 50%;
        height: 1px;
        background: #333333; }
    .advertising .container .tpl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .advertising .container .tpl img {
        vertical-align: middle;
        margin-right: 5px; }
      .advertising .container .tpl .cn {
        font-size: 20px;
        color: #333333; }
      .advertising .container .tpl .en {
        font-size: 26px;
        color: #333333;
        font-weight: bold; }

@media (max-width: 767px) {
  .advertising .content {
    width: auto;
    height: 200px; }
  .advertising.active .content {
    height: auto; } }

@media (max-width: 575px) {
  .advertising {
    padding: 0 20px; }
    .advertising.active {
      padding: 0; }
  .advertising .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .advertising .container .tit1 {
    font-size: 24px; }
  .advertising .container .tit2 {
    font-size: 14px; }
  .advertising .container .tpl .en {
    font-size: 20px; }
  .advertising .container .tit1 {
    padding-top: 0; }
  .advertising .container .x {
    width: 100%; }
  .advertising .container .tpl .cn {
    font-size: 18px; }
  .advertising .container .tpl img {
    max-width: 20px;
    margin-top: 4px; } }

@media (max-width: 520px) {
  .advertising {
    height: 250px; }
    .advertising.active {
      height: auto; }
  .advertising .content {
    height: 200px; }
  .advertising.active .content {
    height: auto; }
  .advertising .container .tit1 {
    padding-top: 0; }
  .advertising .content {
    padding: 0 20px; }
  .advertising.active .content {
    padding: 0; }
  .advertising .container .tpl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .advertising .container .tpl img {
    display: none; } }

.news {
  padding: 30px 0; }
  .news .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .news .container .newsTitle {
      line-height: 27px; }
      .news .container .newsTitle span {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        padding-left: 10px;
        border-left: 3px solid #fcc800; }
      .news .container .newsTitle a {
        font-size: 12px;
        color: #999999;
        float: right;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        .news .container .newsTitle a:hover {
          color: #fcc800; }
    .news .container .information {
      width: 60%;
      margin-right: 65px; }
      .news .container .information ul li {
        margin-top: 20px; }
        .news .container .information ul li:hover a .text::after, .news .container .information ul li.active a .text::after {
          background: url(../images/8ca63f9689ce8a788625491afba27c50.png) no-repeat 5px -66px; }
        .news .container .information ul li:hover a .text .title, .news .container .information ul li.active a .text .title {
          color: #fcc800; }
        .news .container .information ul li:hover a .text .icon img:nth-of-type(1), .news .container .information ul li.active a .text .icon img:nth-of-type(1) {
          display: none; }
        .news .container .information ul li:hover a .text .icon img:nth-of-type(2), .news .container .information ul li.active a .text .icon img:nth-of-type(2) {
          display: block; }
        .news .container .information ul li:hover a .img img, .news .container .information ul li.active a .img img {
          /*-webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); */}
        .news .container .information ul li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .news .container .information ul li a .img {
            margin-right: 20px;
            overflow: hidden; }
            .news .container .information ul li a .img img {
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all; }
          .news .container .information ul li a .text {
            position: relative;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 350px; }
            .news .container .information ul li a .text::after {
              content: '';
              width: 37px;
              height: 20px;
              display: block;
              position: absolute;
              top: 92%;
              left: 2px;
              background: transparent url(../images/8ca63f9689ce8a788625491afba27c50.png) no-repeat -30px -66px;
              -webkit-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s;
              margin-top: -11px;
              border-left: 1px solid rgba(0, 0, 0, 0); }
            .news .container .information ul li a .text .title {
              font-size: 16px;
              color: #333333;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all; }
            .news .container .information ul li a .text .date {
              font-size: 12px;
              color: #999999; }
            .news .container .information ul li a .text .desc {
              color: #666666;
              font-size: 14px;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              overflow: hidden;
              margin: 15px 0;
              height: 62px; }
            .news .container .information ul li a .text .icon img:nth-of-type(1) {
              display: block; }
            .news .container .information ul li a .text .icon img:nth-of-type(2) {
              display: none; }
    .news .container .technology {
      width: 40%; }
      .news .container .technology ul {
        margin-top: 10px; }
        .news .container .technology ul li {
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all; }
          .news .container .technology ul li:hover a {
            color: #fcc800; }
          .news .container .technology ul li a {
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
            display: block;
            font-size: 14px;
            color: #333333;
            padding: 12px 0;
            border-bottom: 1px dashed #cccccc;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }

@media (max-width: 1199px) {
  .news .container .information {
    width: 75%;
    margin-right: 65px; }
  .news .container .technology {
    width: 25%; } }

@media (max-width: 991px) {
  .news .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .news .container .information {
    width: 100%;
    margin-bottom: 50px; }
  .news .container .technology {
    width: 100%;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .news .container .information ul li a .text .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
    margin: 4px 0; }
  .news .container .information ul li a .text::after {
    content: none; }
  .news .container .information ul li a .text .icon {
    display: none; }
  .news .container .information ul li a .img {
    margin-right: 10px; } }

@media (max-width: 575px) {
  .news .container .information ul li a .text .date {
    display: none; } }

@media (max-width: 480px) {
  .news .container .information ul li a .text {
    width: 220px; } }

@media (max-width: 380px) {
  .news .container .information ul li a .text {
    width: 190px; } }

@media (max-width: 340px) {
  .news .container .information ul li a .text {
    width: 160px; } }

.slide .swiper-container {/*height: 520px;*/ }
.slide .swiper-container .swiper-slide a {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%; }
  .slide .swiper-container .swiper-button-prev, .slide .swiper-container .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/ddf8464854f125f3a05fd9182a08c8fc.png); 
  	
  }
  .slide .swiper-container .swiper-button-prev, .slide .swiper-container .swiper-container-rtl .swiper-button-next {
    left: 30px; }
  .slide .swiper-container .swiper-button-prev, .slide .swiper-container .swiper-button-next {
    background-color: transparent;
    width: 60px;
    height: 60px;
    background-size: 30px 48px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; 
  	opacity: 0.5;
  }
    .slide .swiper-container .swiper-button-prev:hover, .slide .swiper-container .swiper-button-next:hover {
      background-color: transparent; 
    	opacity: 1;
    }
  .slide .swiper-container .swiper-button-next, .slide .swiper-container .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/7f93a03b77dbd71d22bd043cb1d8091c.png); }
  .slide .swiper-container .swiper-button-next, .slide .swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 10px; }
  .slide .swiper-container .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #898484;
    opacity: 1;
    margin: 0 10px; }
    .slide .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #000; }

.slide .swiper-pagination-fraction, 
.slide .swiper-pagination-custom, 
.slide .swiper-container-horizontal > .swiper-pagination-bullets {bottom: 35px; }

@media (max-width: 1400px) {
 
}

@media (max-width: 1199px) {
  .slide .swiper-container { /*height: 420px;*/ } 
  .slide .swiper-button-prev, 
  .slide .swiper-button-next {  display: none; } 
}

@media (max-width: 991px) {
  .slide .swiper-container {/* height: 320px; */}
  .slide .swiper-pagination-fraction, 
  .slide .swiper-pagination-custom, 
  .slide .swiper-container-horizontal > .swiper-pagination-bullets {bottom: 15px; }
  .slide .swiper-container .swiper-pagination-bullet {width: 11px;height: 11px;margin: 0 5px; } 
}

@media (max-width: 767px) {
  .slide .swiper-container {/* height: 220px;*/ }
  .slide .swiper-pagination-fraction, 
  .slide .swiper-pagination-custom, 
  .slide .swiper-container-horizontal > .swiper-pagination-bullets {bottom: 5px; }
  .slide .swiper-container .swiper-pagination-bullet { width: 7px; height: 7px; } 
}

@media (max-width: 575px) {
  .slide .swiper-container { /*height: 180px;*/ }
  .slide .swiper-pagination-fraction,
  .slide .swiper-pagination-custom, 
  .slide .swiper-container-horizontal > .swiper-pagination-bullets {bottom: 6px; }
}

@media (max-width: 470px) {
  .slide .swiper-container { /*height: 120px;*/ }
  .slide .swiper-pagination-fraction, 
  .slide .swiper-pagination-custom, 
  .slide .swiper-container-horizontal > .swiper-pagination-bullets {bottom: 2px; }
}

.successfulCases { margin-bottom: 30px; padding-top: 30px; }
  .successfulCases .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .successfulCases .container > .title {
      float: left;
      margin: 0 auto;
      margin-bottom: 30px;
      background: #fcc800;
      padding: 20px 40px; }
      .successfulCases .container > .title span {
        font-size: 24px;
        color: #333333;
        font-weight: bold;
        display: block;
        text-align: center; }
        .successfulCases .container > .title span.desc {
          font-size: 14px;
          font-weight: normal;
          margin-top: 0px;
          color: #333333; }
    .successfulCases .container .swiper-container {
      width: 100%; }
      .successfulCases .container .swiper-container .swiper-slide ul.commonIndexList li {
        float: left; }
        .successfulCases .container .swiper-container .swiper-slide ul.commonIndexList li:hover a .img {
          border-color: #fcc800; }
        .successfulCases .container .swiper-container .swiper-slide ul.commonIndexList li:hover a .text {
          background: #fcc800; }
          .successfulCases .container .swiper-container .swiper-slide ul.commonIndexList li:hover a .text .btn {
            background: #fff;
            color: #000; }
        .successfulCases .container .swiper-container .swiper-slide ul.commonIndexList li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .successfulCases .container .swiper-container .swiper-slide ul.commonIndexList li a .img {
            border: 1px solid #f2f2f2;
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
            overflow: hidden; }
            .successfulCases .container .swiper-container .swiper-slide ul.commonIndexList li a .img img {
              margin: 0 auto;
              display: block;
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all; }
          .successfulCases .container .swiper-container .swiper-slide ul.commonIndexList li a .text {
            padding-top: 15px;
            padding-bottom: 15px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all; }
            .successfulCases .container .swiper-container .swiper-slide ul.commonIndexList li a .text .title {
              font-size: 16px;
              font-weight: bold;
              color: #333333;
              padding: 0 10px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              width: 100%;
              text-align: center; }
            .successfulCases .container .swiper-container .swiper-slide ul.commonIndexList li a .text .desc {
              font-size: 14px;
              color: #333333;
              margin-top: 5px;
              margin-bottom: 10px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              width: 100%;
              padding: 0 20px;
              text-align: center; }
            .successfulCases .container .swiper-container .swiper-slide ul.commonIndexList li a .text .btn {
              padding: 6px 20px;
              margin: 0 auto;
              background: #fcc800;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              color: #fff;
              float: left;
              margin: 0 auto;
              font-size: 14px;
              -webkit-transition: 0.5s ease all;
              transition: 0.5s ease all;
              border-radius: 20px; }

/* add,更改首页产品中心边框 */
.commonProductCenter .container .right .swiper-container .swiper-slide{width:100%!important;}
.commonProductCenter .container .right .swiper-container .swiper-slide ul.commonIndexList li a .text{
  /*border: 1px solid #d4d4d4;*/
  border-top: 0;
}
.commonProductCenter .container .right .swiper-container .swiper-slide ul.commonIndexList li a .img{
  border-bottom:0;
}
.commonProductCenter .container .right .swiper-container .swiper-slide ul.commonIndexList li{
  margin-bottom:20px;
}
.commonProductCenter .container .right .swiper-container .swiper-slide ul.commonIndexList li:hover a .text{
  background: #fcc800;
}

.commonProductCenter .container .right .swiper-container .swiper-slide ul.commonIndexList li{
  margin-bottom:0;
  padding-top:10px;
  padding-bottom:10px;
}
.commonProductCenter .container .right .swiper-container .swiper-slide ul.commonIndexList li:nth-of-type(1){
  margin-top:0;
}
.commonProductCenter .container .right .swiper-container .swiper-slide ul.commonIndexList li:nth-of-type(2){
  margin-top:0;
}
.commonProductCenter .container .right .swiper-container:nth-of-type(1) .swiper-slide ul.commonIndexList li:nth-of-type(1){
  margin-top:0;
}
.commonProductCenter .container .right .swiper-container:nth-of-type(1) .swiper-slide ul.commonIndexList li:nth-of-type(2){
  margin-top:0;
}
.commonProductCenter .container .right .swiper-container:nth-of-type(1) .swiper-slide ul.commonIndexList li:nth-of-type(3){
  margin-top:0;
}

/* add */
@media (min-width:768px){
  .successfulCases .container > .title{
    padding:20px 145px;
  }
}
@media (max-width:767px){
  .successfulCases .container > .title{
    padding:20px 0;
    width:100%;
    text-align: center;
  }
}